home *** CD-ROM | disk | FTP | other *** search
/ Interactive Web Graphics with Shout 3D / Interactive Web Graphics With Shout 3D.iso / pc / Shout3Ddemo / Shout3d_runtime / codebase / models / nodeSearchPathTests / pyramidForcedRelToCodebase.s3d < prev    next >
Text File  |  2000-09-11  |  639b  |  22 lines

  1. #VRML V2.0 utf8
  2. # This file fully specially qualifies the parser to look 
  3. # for the Pyramid class ONLY relative to the CODEBASE directory,
  4. # within the custom_nodes package.
  5. # The leading string "CODEBASE." denotes that only one check will
  6. # be made in that directory.  This saves time in the parser because
  7. # other directories (such as shout3d.core) are not checked first.
  8. DEF PYRAMID Transform {
  9.     rotation 0 1 0 .79 
  10.     children 
  11.         Shape {
  12.             appearance     Appearance {
  13.                 material Material {
  14.                     diffuseColor .6 .6 1 
  15.                 }
  16.             }
  17.             geometry CODEBASE.custom_nodes.Pyramid { 
  18.                 width 4 height 2 depth 1 
  19.             }
  20.         }
  21.     }
  22. }